Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add events section to hackathons #7316

Merged
merged 10 commits into from
Sep 30, 2020
Merged

Conversation

zoek1
Copy link
Contributor

@zoek1 zoek1 commented Sep 2, 2020

Description
  • Retrieve events from the provider and include one endpoint to don't expose AddEvent tokens
  • Add a tab to display events in the hackathon view
  • Add AddEvent button to provide an easy way to add events to different providers
  • Change event style based on the events type

https://www.loom.com/share/a82ef2081ffb45e6bef233fe9214112d

Refers/Fixes

#6695

Testing



def events(request, hackathon):
hackathon_event = get_object_or_404(HackathonEvent, id=hackathon)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as this seems to be a Rest endpoint with json answers lets keep the server answers to rest json payloads. In that way we can be sure the reason why failing is actually a not found event.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Copy link
Contributor

@PixelantDesign PixelantDesign left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looking good! @connoroday @jdorfman please take a look!

Copy link

@jdorfman jdorfman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great work =)

Copy link
Contributor

@frankchen07 frankchen07 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Added a section on product documentation.

  1. Sign in AddEvent
  2. Add the Calendar ID from AddEvent to the hackathon event in the administration.
  3. Opening a new AddEvent Calendar event will populate the hackathon event tab with the new calendar link.

@frankchen07
Copy link
Contributor

also, do we have GA impression tracking for the event page?

@zoek1 zoek1 requested a review from octavioamu September 28, 2020 10:02
@thelostone-mc
Copy link
Member

@zoek1 Could you get travis to go green ?

@zoek1
Copy link
Contributor Author

zoek1 commented Sep 30, 2020

The only problem is the ipfs version, but i didn't touch such code 🤔

@thelostone-mc thelostone-mc merged commit ad917f0 into gitcoinco:master Sep 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants